Cross Site Scripting¶
Google XSS Challenge¶
Visit: https://xss-game.appspot.com/
Here is a list of all the link:
Level 1: Hello, world of XSS
Level 2: Persistence is key
Level 3: That sinking feeling...
Level 4: Context matters
Level 5: Breaking protocol
Level 6: Follow the 🐇
Some advice¶
Try injecting:
1 | <b>Test</b> |
1 | <button onclick="alert(1)">Click Me!</button> |
1 | <a href="javascript:alert(1)">Click Me!</a> |
1 | //www.google.com/jsapi?callback=alert |